Skip to content

Official Plugins

kimi-datasource (Beta)

kimi-datasource is an official stock data plugin developed by Kimi Code. It supports real-time price queries, technical indicators, and market summaries for A-shares and Hong Kong stocks — all driven by natural language, with no manual API calls needed.

Quick Start

Open a terminal and install the plugin

bash
kimi plugin install https://cdn.kimi.com/kimi-code-plugins/kimi-datasource.zip

The plugin will be installed in ~/.kimi/plugins/.

Verify the installation

bash
kimi plugin list

Confirm that kimi-datasource appears in the output.

Start Kimi and use the plugin

Trigger it via a slash command:

/skill:kimi-datasource what's the current price of Moutai?

Or simply describe your request in natural language, and Kimi will automatically call the plugin:

Did BYD go up or down today?

Feature Coverage

FeatureDescriptionMarkets
Real-time QuotesCurrent price, minute K-lines, change %A-shares, HK
Technical IndicatorsMACD, KDJ, RSI, BOLL, MA, etc.A-shares only
Pre-market SummaryReference price (previous close)A-shares, HK
Post-market SummaryChange %, volume, turnover, average priceA-shares, HK
Watchlist ManagementAdd and view watchlist stocks; supports P&L trackingA-shares, HK

US stocks, ETFs, indices, and funds are not supported yet.

Examples

Query real-time price
text
What's Moutai's current price and daily change?
View technical indicators
text
Show me MACD and KDJ for CATL. What's the signal?
Post-market summary
text
How did Tencent close today? What's the turnover and volume?
Multi-stock comparison
text
Compare the price change and volume of Moutai, Wuliangye, and Luzhou Laojiao today.
Add to watchlist
text
Add BYD to my watchlist — cost basis 280, 200 shares.

Plugin Management

Viewing plugin details

bash
kimi plugin info kimi-datasource

Uninstalling

bash
kimi plugin remove kimi-datasource

Upgrading (reinstall to overwrite)

bash
kimi plugin install https://cdn.kimi.com/kimi-code-plugins/kimi-datasource.zip

Notes

  • This plugin is read-only and does not provide trading or order placement functionality.
  • Data covers A-shares (SSE, SZSE, BSE) and Hong Kong stocks; US stocks are not supported.
  • Technical indicators (MACD, KDJ, etc.) and real-time prices are only available during trading hours.
  • AI-generated content is for reference only and does not constitute investment advice.

Next Steps

  • Custom Plugins — Learn how to install, uninstall, and configure your own plugins
  • Skills — Learn about skill usage and directory structure